DataCollection | ComponentOne
C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / C1ProxyDataCollection<T> Class / ETag Property

In This Topic
    ETag Property (C1ProxyDataCollection<T>)
    In This Topic
    Gets a token used to resolve conflicts between different sources updating the same data.
    Syntax
    'Declaration
     
    Public ReadOnly Property ETag As Guid
    public Guid ETag {get;}
    Remarks
    This token is handled by the hub and need to be passed to it in order to perform actions.
    See Also